Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Meshes


Q3Mesh_SetEdgeAttributeSet

You can use the Q3Mesh_SetEdgeAttributeSet function to set the attribute set of an edge of a mesh.

TQ3Status Q3Mesh_SetEdgeAttributeSet (
TQ3GeometryObject mesh, 
TQ3MeshEdge edge, 
TQ3AttributeSet attributeSet);
mesh
A mesh.
edge
A mesh edge.
attributeSet
The desired set of attributes for the specified mesh edge.
DESCRIPTION
The Q3Mesh_SetEdgeAttributeSet function sets the attribute set of the mesh edge specified by the mesh and edge parameters to the set of attributes specified by the attributeSet parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996